14 references to GetKeyType
System.Security.Cryptography.Cose (14)
System\Security\Cryptography\Cose\CoseSign1Message.cs (6)
388
return VerifyCore(key, _content, null, associatedData, CoseHelpers.
GetKeyType
(key));
427
return VerifyCore(key, _content, null, associatedData, CoseHelpers.
GetKeyType
(key));
469
return VerifyCore(key, detachedContent, null, associatedData, CoseHelpers.
GetKeyType
(key));
510
return VerifyCore(key, detachedContent, null, associatedData, CoseHelpers.
GetKeyType
(key));
570
return VerifyCore(key, default, detachedContent, associatedData, CoseHelpers.
GetKeyType
(key));
665
return VerifyAsyncCore(key, detachedContent, associatedData, CoseHelpers.
GetKeyType
(key), cancellationToken);
System\Security\Cryptography\Cose\CoseSignature.cs (6)
109
return VerifyCore(key, Message.Content.Value.Span, null, associatedData, CoseHelpers.
GetKeyType
(key));
149
return VerifyCore(key, Message.Content.Value.Span, null, associatedData, CoseHelpers.
GetKeyType
(key));
192
return VerifyCore(key, detachedContent, null, associatedData, CoseHelpers.
GetKeyType
(key));
233
return VerifyCore(key, detachedContent, null, associatedData, CoseHelpers.
GetKeyType
(key));
294
return VerifyCore(key, default, detachedContent, associatedData, CoseHelpers.
GetKeyType
(key));
355
return VerifyAsyncCore(key, detachedContent, associatedData, CoseHelpers.
GetKeyType
(key), cancellationToken);
System\Security\Cryptography\Cose\CoseSigner.cs (2)
77
_keyType = CoseHelpers.
GetKeyType
(key);
114
_keyType = CoseHelpers.
GetKeyType
(key);